vcConeFeature
The Cone geometry primitive produces a cone or a frustum
See in: Overview
Module: vcFeatures
Parent: vcPrimitiveFeature
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| BottomRadius | vcRealExpressionProperty | R | Gets or sets the bottom radius of the cone. |
| Caps | Boolean | RW | Gets or sets the rendering of caps for the cone. |
| EndSweep | vcRealExpressionProperty | R | Gets or sets the angle where the cone's geometry is swept to relative to the cone's center. |
| Height | vcRealExpressionProperty | R | Gets or set the height of the cone projected along its Z-axis. |
| Sections | vcIntExpressionProperty | R | Gets or sets the number of sections (sides) generated for the cone. |
| StartSweep | vcRealExpressionProperty | R | Gets or sets the angle where the cone's geometry is swept from relative to the cone's center. |
| TopRadius | vcRealExpressionProperty | R | Gets or sets the top radius of the cone. |